React Digest

Newsletter Image

Messages

11/26/2023
16 : 34

How hooks work

We will see how they are written into React #434 – November 27, 2023 View in browser React Digest How hooks work Hooks were introduced in React v16.8.0, and since then they changed the way React apps
11/19/2023
17 : 24

Moving back to React

Why daily.dev moved away from Preact #433 – November 20, 2023 View in browser React Digest Moving back to React Discover the story behind daily.dev's transition from Preact to React for frontend
11/12/2023
16 : 44

React Router v6: A Beginner's Guide

Learn how to navigate through a React application with multiple views #432 – November 13, 2023 View in browser React Digest React Router v6: A Beginner's Guide Learn how to navigate through a React
11/5/2023
18 : 14

Guide to React Suspense

From Code Splitting to Data Fetching #431 – November 06, 2023 View in browser React Digest Guide to React Suspense: From Code Splitting to Data Fetching Suspense is behind lazy component, it helps you
10/29/2023
16 : 44

Introduction to the useMemo hook

Stand out for optimizing performance by memorizing computed values #430 – October 30, 2023 View in browser React Digest Introduction to the useMemo hook Hooks have revolutionized the way developers
10/22/2023
17 : 24

React useTransition: performance game changer or...?

Looking into what React Concurrent Rendering is #429 – October 23, 2023 View in browser React Digest React useTransition: performance game changer or…? Looking into what React Concurrent Rendering is,
10/19/2023
4 : 24

Classed components

If you use Tailwind CSS, this is gonna change your life. #428 – October 16, 2023 View in browser React Digest Classed components If you use Tailwind CSS, this is gonna change your life. Integrate live
10/8/2023
17 : 34

Next.js 13 vs Remix

An in-depth case study by builduing a Twitter clone #427 – October 09, 2023 View in browser React Digest Next.js 13 vs Remix: An In-depth case study A detailed comparison of the features Next.js 13 and
10/1/2023
17 : 44

Decoupling your components in the right way

By clearly separating business logic from presentation we make our components more readable #426 – October 02, 2023 View in browser React Digest Decoupling your components in the right way By clearly
9/24/2023
17 : 34

React Server Components Made Our Site A LOT Faster

You really can't argue with dropping more than half your bundle. #425 – September 25, 2023 View in browser React Digest React Server Components Made Our Site A LOT Faster React Server Components
9/17/2023
18 : 34

Overcoming application complexity with customized Flows

How you can use them to create smaller, shareable building blocks for your application's logic #424 – September 18, 2023 View in browser React Digest Overcoming application complexity with
9/10/2023
18 : 34

Making Sense of React Server Components

We'll explore this new world, and build an intuition for how it works #423 – September 11, 2023 View in browser React Digest Making Sense of React Server Components This year, the React team
9/3/2023
18 : 24

Why React re-renders & when do we need to worry about it?

An explainer detailing when React re-renders our components #422 – September 04, 2023 View in browser React Digest Why React re-renders & when do we need to worry about it? An explainer detailing
8/27/2023
18 : 34

The underlying mechanisms of React’s concurrent mode

We will heavily make use of the startTransition function from the useTransition hook #421 – August 28, 2023 View in browser React Digest The underlying mechanisms of React's concurrent mode In this
8/20/2023
18 : 24

Fantastic closures and how to find them in React

How they appear, why we need them, what stale closures are, and how to prevent and fix them #420 – August 21, 2023 View in browser React Digest Fantastic closures and how to find them in React Deep
8/14/2023
10 : 45

Things you forgot (or never knew) because of React

you might be surprised to learn just how far the world of frontend has moved away from React #419 – August 14, 2023 View in browser React Digest Things you forgot (or never knew) because of React If
8/6/2023
18 : 54

Understanding React Server Components

React Server Components are changing the fundamental paradigms of React #418 – August 07, 2023 View in browser React Digest Understanding React Server Components React Server Components are changing
7/30/2023
18 : 44

Upgrading an Ancient React Application

Read what it took to bring an early React app into the modern ecosystem. #417 – July 31, 2023 View in browser React Digest Upgrading an Ancient React Application Read what it took to bring an early
7/23/2023
18 : 54

How React 18 Improves Application Performance

Learn how React 18's concurrent features like Transitions, Suspense, and React Server Components improve application performance. #416 – July 24, 2023 View in browser React Digest How React 18
7/17/2023
11 : 44

The Power of Mocking in Unit Tests

Tips for preemptively structuring your code so that it is easy to test #415 – July 17, 2023 View in browser React Digest The Power of Mocking in Unit Tests Testing is often an afterthought when writing